.ydd {display:none;}
.top {display:block;
    background: url(/uiFramework/commonResource/image/2023050910001429931.png ) no-repeat center center;
}

.logo {
    margin: 27px auto;
}
.tel {
    text-align: right;
    font-size: 14px;
    margin-top: 40px;
    color: #666;
    line-height: 34px;
}
.header {display:block;
    background-color: #D11219;overflow:hidden;
}
.navbar-nav {
    float: left;
}


/*搜索*/
.search {
    margin-top: 13px;
}
.search .inputButton {
    background: url(/uiFramework/commonResource/image/2023050909592493674.png ) #fff no-repeat center center;
    background-color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: 0px;
    cursor: pointer;
}
.search .fk {
    background-color: #fffaf2;
    color: #333;
    border: 0px;
    line-height: 40px;
    height: 40px;
    padding-left: 15px;
    outline:none;
}

@media (max-width: 768px) {
  .navgationDiv{display:none;}
  .header{display:none;}
  .ydd {display:block;}
}